Gets a list of the services installed on the server.
HRESULT GetServices([out,retval] IServices** pVal);
GetServices([out,retval] IServices* pVal);
Sub GetServices(pVal As [out,retval] IServices*)
A Services collection, containing information about the services installed on the server.
The Services collection can be used to get display information for use when editing a ServiceControlTask.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|